style.module.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .betrecordPage {
  2. // height: 100%;
  3. // :global(.adm-tabs) {
  4. // height: 100%;
  5. // display: flex;
  6. // flex-direction: column;
  7. // }
  8. // :global(.adm-tabs-content) {
  9. // flex: 1;
  10. // min-height: 0;
  11. // overflow: auto;
  12. // @extend .commonBorder;
  13. // box-shadow: $-input-shadow;
  14. // border-radius: 0.15rem;
  15. // margin: 0 0.1rem 0.1rem;
  16. // }
  17. // // :global(.adm-list-body-inner) {
  18. // // // @extend .commonBorder;
  19. // // // box-shadow: $-input-shadow;
  20. // // // border-radius: 0.15rem;
  21. // // // border-top-width: 1px;
  22. // // }
  23. // :global(.adm-list-item-content) {
  24. // border-top: none;
  25. // }
  26. // :global(.adm-list-item-content-main) {
  27. // border-top: 1px solid #1b1a5d;
  28. // }
  29. // :global(.adm-tabs-tab-list) {
  30. // margin: 0.12rem;
  31. // // border: 1px solid #e43bff;
  32. // // border-radius: 0.3rem;
  33. // // box-shadow: 0 0 15px #7735bd inset;
  34. // padding-bottom: 0.1rem;
  35. // position: relative;
  36. // &:after {
  37. // content: "";
  38. // position: absolute;
  39. // left: 0;
  40. // top: 0;
  41. // width: 100%;
  42. // bottom: 0;
  43. // border-bottom: 1px solid #fcd6ff;
  44. // border-radius: 0.3rem;
  45. // pointer-events: none;
  46. // }
  47. // &:before {
  48. // content: "";
  49. // position: absolute;
  50. // left: 0;
  51. // top: 1px;
  52. // width: 100%;
  53. // bottom: 1px;
  54. // border: 1px solid #e43bff;
  55. // border-radius: 0.3rem;
  56. // box-shadow: 0 0 25px #df3cfb inset;
  57. // padding-bottom: 0.1rem;
  58. // pointer-events: none;
  59. // }
  60. // }
  61. // :global(.adm-tabs-tab) {
  62. // padding-bottom: 0;
  63. // }
  64. // :global(.adm-tabs-tab-line) {
  65. // bottom: 0.08rem;
  66. // }
  67. padding-top: 0.1rem;
  68. height: 100%;
  69. display: flex;
  70. flex-direction: column;
  71. :global(.adm-tabs-tab-list) {
  72. margin: 0 0.12rem 0.12rem;
  73. background-color: #1f2830;
  74. border-radius: 0.1rem;
  75. height: 0.4rem;
  76. position: relative;
  77. }
  78. :global(.adm-tabs) {
  79. height: 100%;
  80. display: flex;
  81. flex-direction: column;
  82. align-items: stretch;
  83. }
  84. :global(.adm-tabs-content) {
  85. flex: 1;
  86. min-height: 0;
  87. overflow: auto;
  88. padding: 0;
  89. }
  90. // :global(.adm-tabs-tab-line) {
  91. // bottom: 0.08rem;
  92. // }
  93. :global(.adm-tabs-tab-line) {
  94. top: 0;
  95. bottom: 0;
  96. background: #11de68;
  97. height: 100%;
  98. border-radius: 0.1rem;
  99. }
  100. :global(.adm-tabs-tab-wrapper) {
  101. flex: 1;
  102. padding: 0;
  103. height: 100%;
  104. }
  105. :global(.adm-tabs-tab) {
  106. padding: 0;
  107. margin: 0;
  108. width: 100%;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. height: 100%;
  113. color: #5d7284;
  114. font-weight: 700;
  115. padding-bottom: 0;
  116. font-size: 0.13rem;
  117. }
  118. :global(.adm-tabs-tab-active) {
  119. color: #122f23;
  120. }
  121. :global(.adm-tabs-header-mask) {
  122. display: none;
  123. }
  124. :global(.adm-tabs-content) {
  125. padding: 0 0.1rem 0.1rem;
  126. }
  127. :global(.adm-tabs) {
  128. height: 100%;
  129. display: flex;
  130. flex-direction: column;
  131. }
  132. }